/*公共样式*/
.ys .nav-header {
  text-shadow: 0 0 2px #000;
  height: 60px;
  width: 100%;
  position: absolute;
  z-index: 1000;
  backdrop-filter: saturate(50%) blur(4px);
}
.ys .nav-header .block1200 {
  position: relative;
}
.ys .nav-header .logo {
  height: 60px;
  padding: 5px;
}
.ys .nav-header .logo img {
  max-width: 100%;
  max-height: 100%;
}
.ys .nav-header .nav-list {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  text-align: center;
}
.ys .nav-header .nav-list > li {
  float: left;
  cursor: pointer;
  padding-left: 60px;
}
.ys .nav-header .nav-list > li > a {
  font-size: 16px;
  display: block;
  color: #fff;
  position: relative;
}
.ys .nav-header .nav-list > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}
.ys .nav-header .nav-list > li:hover > a {
  color: #dadada;
}
.ys .nav-header .nav-list > li:hover .drop-box {
  display: block;
}
.ys .nav-header .nav-list > li:hover > a:after,
.ys .nav-header .nav-list > li.active > a:after {
  background: #00cafa;
  transform: scale(1, 1);
  transform-origin: right center;
}
.ys .nav-header .nav-list > li .drop-box {
  overflow-wrap: break-word;
  padding: 0;
  border: 0 solid transparent;
  background-color: rgba(0, 46, 89, 0.5);
  position: absolute;
  width: 1200px;
  left: 0;
  display: none;
}
.ys .nav-header .nav-list > li .drop-box dl {
  float: left;
  line-height: 2.4;
  padding: 10px 0;
}
.ys .nav-header .nav-list > li .drop-box dl dt {
  cursor: default;
  color: #fff;
  font-size: 16px;
}
.ys .nav-header .nav-list > li .drop-box dl a {
  color: #fff;
  cursor: default;
}
.ys .nav-header .nav-list > li .drop-box dl a[href] {
  cursor: pointer;
}
.ys .nav-header .nav-list > li .drop-box dl a[href]:hover {
  color: #dadada;
}
.ys .nav-header .nav-list > li .drop-box.box4 dl {
  width: 25%;
}
.ys .nav-header .nav-list > li .drop-box.box3 dl {
  width: 33.3333%;
}
.ys .nav-header .nav-list > li .drop-box.box2 dl {
  width: 50%;
}
.ys .nav-header.fixed {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.ys .fixed-tip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #f0ad4e;
  text-align: center;
  display: none;
  padding: 5px 0;
}
.ys .bannerer img {
  max-width: 100%;
}
.ys .nav-footer {
  background: #2a2a2a;
}
.ys .nav-footer .ft-infos {
  padding: 32px 0;
}
.ys .nav-footer .ft-infos .hot-line {
  color: #fff;
  line-height: 30px;
}
.ys .nav-footer .ft-infos .hot-line h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.ys .nav-footer .ft-infos .hot-line h4 i {
  margin-right: 10px;
  font-size: 30px;
}
.ys .nav-footer .ft-infos .hot-line h3 {
  font-size: 22px;
  letter-spacing: 1px;
}
.ys .nav-footer .ft-infos dl {
  float: left;
  margin-left: 80px;
}
.ys .nav-footer .ft-infos dl dt {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 24px;
}
.ys .nav-footer .ft-infos dl dd {
  font-size: 12px;
  line-height: 28px;
  color: #ccc;
}
.ys .nav-footer .ft-infos dl dd a {
  color: #ccc;
}
.ys .nav-footer .ft-infos dl dd a:hover {
  color: #fff;
}
.ys .nav-footer .ft-infos .erweima li {
  float: left;
  margin-left: 46px;
  text-align: center;
}
.ys .nav-footer .ft-infos .erweima li img {
  width: 150px;
  height: 150px;
}
.ys .nav-footer .ft-infos .erweima li p {
  line-height: 24px;
  color: #fff;
  margin-top: 14px;
  font-size: 13px;
}
.ys .nav-footer .copyright {
  border-top: 1px solid rgba(216, 216, 216, 0.1);
  padding: 10px 20px;
}
.ys .nav-footer .copyright p {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #888;
}
.ys .nav-footer .copyright a {
  color: #888;
}
.ys .sidebar {
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 97;
  width: 48px;
  transform: translateY(-50%);
}
.ys .sidebar a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #5d5d5d;
  text-align: center;
}
.ys .sidebar a > i {
  font-size: 24px;
}
.ys .sidebar a:hover {
  border-color: #0066FF;
  background-color: #0066FF;
  color: #fff;
}
.ys .sidebar a.backtop {
  margin-top: 36px;
  transform: translateX(200%);
  transition: 0.4s;
}
.ys .sidebar a.backtop.backtop-show {
  transform: translateX(0);
  transition: 0.4s;
}
.ys .sidebar .side-inner {
  border: 1px solid #D7D7D7;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.ys .sidebar .side-inner:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-color: #d7d7d7 #d7d7d7 #fff #fff;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.ys .sidebar .side-phone {
  position: relative;
}
.ys .sidebar .side-phone .phone-num {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  padding-right: 10px;
  display: none;
}
.ys .sidebar .side-phone .phone-num span {
  display: block;
  line-height: 56px;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
}
.ys .sidebar .side-phone:hover .phone-num {
  display: block;
}
.ys .sidebar .side-erweima {
  position: relative;
  margin-top: 20px;
}
.ys .sidebar .side-erweima .erweima {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  padding-right: 10px;
  display: none;
}
.ys .sidebar .side-erweima .erweima img {
  width: 120px;
  height: 120px;
}
.ys .sidebar .side-erweima:hover .erweima {
  display: block;
}
/*# sourceMappingURL=index.css.map */